drivers/mtd/nand/nand_spl_load.c: Fix GCC 4.6 warning
authorAnatolij Gustschin <[email protected]>
Sat, 3 Dec 2011 06:46:09 +0000 (06:46 +0000)
committerScott Wood <[email protected]>
Wed, 7 Dec 2011 22:02:07 +0000 (16:02 -0600)
commitb7fde587bfc31e45fe17e49ddd83d57cf1720b67
tree1e986d2f437a4adcdc5bb89456b89bb30e20fc49
parent18b89072f6194411517597678d680255ee94a7b2
drivers/mtd/nand/nand_spl_load.c: Fix GCC 4.6 warning

Fix:
nand_spl_load.c: In function 'nand_boot':
nand_spl_load.c:31:6: warning: variable 'ret' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Anatolij Gustschin <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Scott Wood <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
drivers/mtd/nand/nand_spl_load.c